home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9863 < prev    next >
Encoding:
Text File  |  1996-08-05  |  659 b   |  16 lines

  1. Path: news.fastnet.co.uk!usenet
  2. From: David Spencer <saxman@fastnet.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why doesn┤t work _fmemcpy > 64kB
  5. Date: 4 Mar 1996 22:07:27 GMT
  6. Organization: FastNet International, Brighton, England
  7. Message-ID: <4hfpiv$gkp@swordfish.fastnet.co.uk>
  8. References: <4h45r7$apq@aix11.hrz.uni-oldenburg.de>
  9. NNTP-Posting-Host: dyn05.fastnet.co.uk
  10.  
  11. I haven't looked at your code too closely, but it seems you
  12. start correctly using huge then for some reason slip back into
  13. the 16 bit model with the _f stuff.  Try using the huge stuff
  14. instead and you'll be fine.  I don't know what that is, cos
  15. I've never used it, but that's the idea.
  16.